ConversationGlobalItemIds Property |
Contains the collection of item identifiers for all conversation items in a mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemId> GlobalItemIds { get; }Public ReadOnly Property GlobalItemIds As IList(Of ItemId)
Get
Property Value
Type:
IListItemIdThe global item ids.
See Also